API ReferenceOrganizations
List API Keys for Team
List API Keys for Team
GET/v2/organizations/{orgId}/teams/{teamId}/api-keys
Usage
TypeScript Example
import { v0 } from 'v0-sdk'const result = await v0.organizations.teams.listApiKeys({ orgId: 'org_pqr901', teamId: 'team_stu234',})console.log(result)API Signature
Request
Path Parameters
orgId: string
The unique identifier of the organization.
teamId: string
The unique identifier of the team.
Response
items: object[]
id: string
The unique identifier of the API key.
name: string
The name of the API key.
ownerId: string
The team ID that owns this key.
partialKey: string
The last few characters of the API key.
lastUsed: string | null
The last time this key was used, or null if never used.